API Documentation
DecodedData.h
1 // DecodedData.h
3 //
5 
6 namespace nkGraphics
7 {
11  struct DecodedData
12  {
13  // Attributes
15  } ;
16 }
nkMemory::BufferCast
Holds a Buffer and make it easy to cast the binary data.
Definition: BufferCast.h:18
nkGraphics::DecodedData
Holds the result of an Encoder's decoding operation.
Definition: DecodedData.h:12
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
nkGraphics::DecodedData::_meshData
nkMemory::BufferCast< DecodedMeshData > _meshData
List of mesh data available.
Definition: DecodedData.h:14